From: Per Abrahamsen Date: Tue, 15 Apr 1997 11:14:08 +0000 (+0000) Subject: Fixed message. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~81598 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=e32273dc030f8fef67d076804d837cde264b6f12;p=emacs.git Fixed message. --- diff --git a/lisp/cus-dep.el b/lisp/cus-dep.el index 16871ef7866..1f08172e5a1 100644 --- a/lisp/cus-dep.el +++ b/lisp/cus-dep.el @@ -64,6 +64,6 @@ Usage: emacs -batch -l ./cus-dep.el -f custom-make-dependencies" (insert "))\n")))))) (insert "\n;;; cus-load.el ends here\n") (save-buffer) - (message "Generating cus-load.el...")) + (message "Generating cus-load.el...done")) ;;; cus-dep.el ends here